fix: fence root context ownership - #228
Merged
Joncallim merged 114 commits intoJul 27, 2026
Merged
Conversation
# Conflicts: # web/db/migrations/0027_epic_172_s4_packet_context.sql
fix: parse root authority package fixture
test: prove root reconciliation rollback
fix: type root index classifier state
test: serialize root proof reconciliation
test: prove root authority reconciliation
fix: check root index before coverage
test: seed root authority package fixture
test: use portable index proof matcher
test: seed root authority project fixture
test: require root index lifecycle proof
fix: classify missing root index safely
test: prove root index recovery lifecycle
fix: require exact root index at cutover
fix: recover root index builds safely
feat: mirror root write contexts in schema
fix: inventory root write contexts
fix: restore root index cutover proof sequence
fix: escape strict cutover dollar quotes
test: make phase suppression assertion semantic
fix: stop root reconciliation after completion
fix: schema-qualify filesystem grant validators
feat: fence root reconciler package updates
refactor: use filesystem grant block validator
fix: qualify root reconciliation SQL references
feat: extract filesystem grant block validator
feat: fence root reconciler task updates
fix: use prelocked root authority reads
feat: enter root reconciliation write context
Joncallim
marked this pull request as ready for review
July 27, 2026 21:34
Joncallim
merged commit Jul 27, 2026
42dc016
into
codex/pr198-root-reconciliation-authority-lock
2 of 3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Orders PUBLIC revokes before ownership transfer for root reconciliation write-context objects, then grants only the exact reconciler routines. Validation: git diff --check and static ordering coverage.